- getWindowSize
int[2] getWindowSize(void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
- hipGetWindowSize
int[2] hipGetWindowSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hipSetApplicationFullscreen
void hipSetApplicationFullscreen(bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hipSetApplicationTitle
void hipSetApplicationTitle(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hipSetMTKView
void hipSetMTKView(void** MTKView, int* outWidth, int* outHeight)
Those are defined in Hipreme Engine Shared/Renderer.m
- hipSetWindowSize
void hipSetWindowSize(uint width, uint height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- initializeOpenGL
bool initializeOpenGL(int majorVersion, int minorVersion, void* WindowHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- openWindow
void openWindow(int width, int height, void* MTKView)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFullscreen
void setFullscreen(bool bFullscreen, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowName
void setWindowName(string name, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowSize
void setWindowSize(uint width, uint height, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.